3.250 \(\int \cos (a+b x) \cot (c+b x) \, dx\)

Optimal. Leaf size=29 \[ \frac {\cos (a+b x)}{b}-\frac {\cos (a-c) \tanh ^{-1}(\cos (b x+c))}{b} \]

[Out]

-arctanh(cos(b*x+c))*cos(a-c)/b+cos(b*x+a)/b

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 29, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.231, Rules used = {4577, 2638, 3770} \[ \frac {\cos (a+b x)}{b}-\frac {\cos (a-c) \tanh ^{-1}(\cos (b x+c))}{b} \]

Antiderivative was successfully verified.

[In]

Int[Cos[a + b*x]*Cot[c + b*x],x]

[Out]

-((ArcTanh[Cos[c + b*x]]*Cos[a - c])/b) + Cos[a + b*x]/b

Rule 2638

Int[sin[(c_.) + (d_.)*(x_)], x_Symbol] :> -Simp[Cos[c + d*x]/d, x] /; FreeQ[{c, d}, x]

Rule 3770

Int[csc[(c_.) + (d_.)*(x_)], x_Symbol] :> -Simp[ArcTanh[Cos[c + d*x]]/d, x] /; FreeQ[{c, d}, x]

Rule 4577

Int[Cos[v_]*Cot[w_]^(n_.), x_Symbol] :> -Int[Sin[v]*Cot[w]^(n - 1), x] + Dist[Cos[v - w], Int[Csc[w]*Cot[w]^(n
 - 1), x], x] /; GtQ[n, 0] && FreeQ[v - w, x] && NeQ[w, v]

Rubi steps

\begin {align*} \int \cos (a+b x) \cot (c+b x) \, dx &=\cos (a-c) \int \csc (c+b x) \, dx-\int \sin (a+b x) \, dx\\ &=-\frac {\tanh ^{-1}(\cos (c+b x)) \cos (a-c)}{b}+\frac {\cos (a+b x)}{b}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C]  time = 0.05, size = 94, normalized size = 3.24 \[ -\frac {2 i \cos (a-c) \tan ^{-1}\left (\frac {(\cos (c)-i \sin (c)) \left (\cos (c) \cos \left (\frac {b x}{2}\right )-\sin (c) \sin \left (\frac {b x}{2}\right )\right )}{\sin (c) \cos \left (\frac {b x}{2}\right )+i \cos (c) \cos \left (\frac {b x}{2}\right )}\right )}{b}-\frac {\sin (a) \sin (b x)}{b}+\frac {\cos (a) \cos (b x)}{b} \]

Antiderivative was successfully verified.

[In]

Integrate[Cos[a + b*x]*Cot[c + b*x],x]

[Out]

((-2*I)*ArcTan[((Cos[c] - I*Sin[c])*(Cos[c]*Cos[(b*x)/2] - Sin[c]*Sin[(b*x)/2]))/(I*Cos[c]*Cos[(b*x)/2] + Cos[
(b*x)/2]*Sin[c])]*Cos[a - c])/b + (Cos[a]*Cos[b*x])/b - (Sin[a]*Sin[b*x])/b

________________________________________________________________________________________

fricas [B]  time = 0.46, size = 190, normalized size = 6.55 \[ \frac {\sqrt {2} \sqrt {\cos \left (-2 \, a + 2 \, c\right ) + 1} \log \left (-\frac {2 \, \cos \left (b x + a\right )^{2} \cos \left (-2 \, a + 2 \, c\right ) - 2 \, \cos \left (b x + a\right ) \sin \left (b x + a\right ) \sin \left (-2 \, a + 2 \, c\right ) - \frac {2 \, \sqrt {2} {\left ({\left (\cos \left (-2 \, a + 2 \, c\right ) + 1\right )} \cos \left (b x + a\right ) - \sin \left (b x + a\right ) \sin \left (-2 \, a + 2 \, c\right )\right )}}{\sqrt {\cos \left (-2 \, a + 2 \, c\right ) + 1}} - \cos \left (-2 \, a + 2 \, c\right ) + 3}{2 \, \cos \left (b x + a\right )^{2} \cos \left (-2 \, a + 2 \, c\right ) - 2 \, \cos \left (b x + a\right ) \sin \left (b x + a\right ) \sin \left (-2 \, a + 2 \, c\right ) - \cos \left (-2 \, a + 2 \, c\right ) - 1}\right ) + 4 \, \cos \left (b x + a\right )}{4 \, b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)*cot(b*x+c),x, algorithm="fricas")

[Out]

1/4*(sqrt(2)*sqrt(cos(-2*a + 2*c) + 1)*log(-(2*cos(b*x + a)^2*cos(-2*a + 2*c) - 2*cos(b*x + a)*sin(b*x + a)*si
n(-2*a + 2*c) - 2*sqrt(2)*((cos(-2*a + 2*c) + 1)*cos(b*x + a) - sin(b*x + a)*sin(-2*a + 2*c))/sqrt(cos(-2*a +
2*c) + 1) - cos(-2*a + 2*c) + 3)/(2*cos(b*x + a)^2*cos(-2*a + 2*c) - 2*cos(b*x + a)*sin(b*x + a)*sin(-2*a + 2*
c) - cos(-2*a + 2*c) - 1)) + 4*cos(b*x + a))/b

________________________________________________________________________________________

giac [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: NotImplementedError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)*cot(b*x+c),x, algorithm="giac")

[Out]

Exception raised: NotImplementedError >> Unable to parse Giac output: Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)2/b*((-tan(a/2)^2*tan(c/2)^2+tan(a/2)^2-4*tan(a/2)*tan(c/2)+ta
n(c/2)^2-1)/(-2*tan(a/2)^2*tan(c/2)^2-2*tan(a/2)^2-2*tan(c/2)^2-2)*ln(abs(tan(b*x/2)+tan(c/2)))+(-tan(a/2)^2*t
an(c/2)^3+tan(a/2)^2*tan(c/2)-4*tan(a/2)*tan(c/2)^2+tan(c/2)^3-tan(c/2))/(2*tan(a/2)^2*tan(c/2)^3+2*tan(a/2)^2
*tan(c/2)+2*tan(c/2)^3+2*tan(c/2))*ln(abs(tan(b*x/2)*tan(c/2)-1))+(-2*tan(b*x/2)*tan(a/2)-tan(a/2)^2+1)/(tan(a
/2)^2+1)/(tan(b*x/2)^2+1))

________________________________________________________________________________________

maple [C]  time = 0.75, size = 93, normalized size = 3.21 \[ \frac {{\mathrm e}^{i \left (b x +a \right )}}{2 b}+\frac {{\mathrm e}^{-i \left (b x +a \right )}}{2 b}+\frac {\ln \left ({\mathrm e}^{i \left (b x +a \right )}-{\mathrm e}^{i \left (a -c \right )}\right ) \cos \left (a -c \right )}{b}-\frac {\ln \left ({\mathrm e}^{i \left (b x +a \right )}+{\mathrm e}^{i \left (a -c \right )}\right ) \cos \left (a -c \right )}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(b*x+a)*cot(b*x+c),x)

[Out]

1/2*exp(I*(b*x+a))/b+1/2/b*exp(-I*(b*x+a))+ln(exp(I*(b*x+a))-exp(I*(a-c)))/b*cos(a-c)-ln(exp(I*(b*x+a))+exp(I*
(a-c)))/b*cos(a-c)

________________________________________________________________________________________

maxima [B]  time = 0.35, size = 105, normalized size = 3.62 \[ -\frac {\cos \left (-a + c\right ) \log \left (\cos \left (b x\right )^{2} + 2 \, \cos \left (b x\right ) \cos \relax (c) + \cos \relax (c)^{2} + \sin \left (b x\right )^{2} - 2 \, \sin \left (b x\right ) \sin \relax (c) + \sin \relax (c)^{2}\right ) - \cos \left (-a + c\right ) \log \left (\cos \left (b x\right )^{2} - 2 \, \cos \left (b x\right ) \cos \relax (c) + \cos \relax (c)^{2} + \sin \left (b x\right )^{2} + 2 \, \sin \left (b x\right ) \sin \relax (c) + \sin \relax (c)^{2}\right ) - 2 \, \cos \left (b x + a\right )}{2 \, b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)*cot(b*x+c),x, algorithm="maxima")

[Out]

-1/2*(cos(-a + c)*log(cos(b*x)^2 + 2*cos(b*x)*cos(c) + cos(c)^2 + sin(b*x)^2 - 2*sin(b*x)*sin(c) + sin(c)^2) -
 cos(-a + c)*log(cos(b*x)^2 - 2*cos(b*x)*cos(c) + cos(c)^2 + sin(b*x)^2 + 2*sin(b*x)*sin(c) + sin(c)^2) - 2*co
s(b*x + a))/b

________________________________________________________________________________________

mupad [B]  time = 5.39, size = 231, normalized size = 7.97 \[ \frac {{\mathrm {e}}^{-a\,1{}\mathrm {i}-b\,x\,1{}\mathrm {i}}}{2\,b}+\frac {{\mathrm {e}}^{a\,1{}\mathrm {i}+b\,x\,1{}\mathrm {i}}}{2\,b}-\frac {\ln \left (-{\mathrm {e}}^{a\,1{}\mathrm {i}}\,{\mathrm {e}}^{b\,x\,1{}\mathrm {i}}\,\left ({\mathrm {e}}^{a\,2{}\mathrm {i}}\,{\mathrm {e}}^{-c\,2{}\mathrm {i}}\,1{}\mathrm {i}+1{}\mathrm {i}\right )-\frac {{\mathrm {e}}^{a\,2{}\mathrm {i}}\,{\mathrm {e}}^{-c\,2{}\mathrm {i}}\,\left ({\mathrm {e}}^{a\,2{}\mathrm {i}}\,{\mathrm {e}}^{-c\,2{}\mathrm {i}}+1\right )\,1{}\mathrm {i}}{\sqrt {{\mathrm {e}}^{a\,2{}\mathrm {i}}\,{\mathrm {e}}^{-c\,2{}\mathrm {i}}}}\right )\,\left ({\mathrm {e}}^{a\,2{}\mathrm {i}-c\,2{}\mathrm {i}}+1\right )}{2\,b\,\sqrt {{\mathrm {e}}^{a\,2{}\mathrm {i}-c\,2{}\mathrm {i}}}}+\frac {\ln \left (-{\mathrm {e}}^{a\,1{}\mathrm {i}}\,{\mathrm {e}}^{b\,x\,1{}\mathrm {i}}\,\left ({\mathrm {e}}^{a\,2{}\mathrm {i}}\,{\mathrm {e}}^{-c\,2{}\mathrm {i}}\,1{}\mathrm {i}+1{}\mathrm {i}\right )+\frac {{\mathrm {e}}^{a\,2{}\mathrm {i}}\,{\mathrm {e}}^{-c\,2{}\mathrm {i}}\,\left ({\mathrm {e}}^{a\,2{}\mathrm {i}}\,{\mathrm {e}}^{-c\,2{}\mathrm {i}}+1\right )\,1{}\mathrm {i}}{\sqrt {{\mathrm {e}}^{a\,2{}\mathrm {i}}\,{\mathrm {e}}^{-c\,2{}\mathrm {i}}}}\right )\,\left ({\mathrm {e}}^{a\,2{}\mathrm {i}-c\,2{}\mathrm {i}}+1\right )}{2\,b\,\sqrt {{\mathrm {e}}^{a\,2{}\mathrm {i}-c\,2{}\mathrm {i}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(a + b*x)*cot(c + b*x),x)

[Out]

exp(- a*1i - b*x*1i)/(2*b) + exp(a*1i + b*x*1i)/(2*b) - (log(- exp(a*1i)*exp(b*x*1i)*(exp(a*2i)*exp(-c*2i)*1i
+ 1i) - (exp(a*2i)*exp(-c*2i)*(exp(a*2i)*exp(-c*2i) + 1)*1i)/(exp(a*2i)*exp(-c*2i))^(1/2))*(exp(a*2i - c*2i) +
 1))/(2*b*exp(a*2i - c*2i)^(1/2)) + (log((exp(a*2i)*exp(-c*2i)*(exp(a*2i)*exp(-c*2i) + 1)*1i)/(exp(a*2i)*exp(-
c*2i))^(1/2) - exp(a*1i)*exp(b*x*1i)*(exp(a*2i)*exp(-c*2i)*1i + 1i))*(exp(a*2i - c*2i) + 1))/(2*b*exp(a*2i - c
*2i)^(1/2))

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \cos {\left (a + b x \right )} \cot {\left (b x + c \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)*cot(b*x+c),x)

[Out]

Integral(cos(a + b*x)*cot(b*x + c), x)

________________________________________________________________________________________